projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e191081
)
* net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 26 Feb 2009 14:28:45 +0000
(14:28 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 26 Feb 2009 14:28:45 +0000
(14:28 +0000)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index e2e603a6b0a7a211d6f34614e917701b45b70144..fb7fc9d471bc062f296a0540609978d78479f169 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-6124,7
+6124,8
@@
and end of region, and are expected to replace the region contents
with the encoded or decoded results, respectively.")
(defconst tramp-remote-coding-commands
- '((b64 "mimencode -b" "mimencode -u -b")
+ '((b64 "base64" "base64 -d")
+ (b64 "mimencode -b" "mimencode -u -b")
(b64 "mmencode -b" "mmencode -u -b")
(b64 "recode data..base64" "recode base64..data")
(b64 tramp-perl-encode-with-module tramp-perl-decode-with-module)